func github.com/andybalholm/brotli.clearHistogramsLiteral

7 uses

	github.com/andybalholm/brotli (current package)
		block_splitter_literal.go#L15: 	clearHistogramsLiteral(histograms, num_histograms)
		block_splitter_literal.go#L183: 	clearHistogramsLiteral(histograms, num_histograms)
		histogram.go#L20: func clearHistogramsLiteral(array []histogramLiteral, length uint) {
		metablock.go#L206: 	clearHistogramsLiteral(literal_histograms, literal_histograms_size)
		metablock.go#L325: 	clearHistogramsLiteral(self.histograms_[0:], num_contexts)
		metablock.go#L362: 			clearHistogramsLiteral(self.histograms_[self.curr_histogram_ix_:], self.num_contexts_)
		metablock.go#L407: 				clearHistogramsLiteral(self.histograms_[self.curr_histogram_ix_:], self.num_contexts_)